func github.com/andybalholm/brotli.hashBytesAtOffset5

9 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L26: func hashBytesAtOffset5(v uint64, offset int, shift uint) uint32 {
		compress_fragment.go#L665: 					var prev_hash uint32 = hashBytesAtOffset5(input_bytes, 0, shift)
		compress_fragment.go#L666: 					var cur_hash uint32 = hashBytesAtOffset5(input_bytes, 3, shift)
		compress_fragment.go#L668: 					prev_hash = hashBytesAtOffset5(input_bytes, 1, shift)
		compress_fragment.go#L670: 					prev_hash = hashBytesAtOffset5(input_bytes, 2, shift)
		compress_fragment.go#L702: 					var prev_hash uint32 = hashBytesAtOffset5(input_bytes, 0, shift)
		compress_fragment.go#L703: 					var cur_hash uint32 = hashBytesAtOffset5(input_bytes, 3, shift)
		compress_fragment.go#L705: 					prev_hash = hashBytesAtOffset5(input_bytes, 1, shift)
		compress_fragment.go#L707: 					prev_hash = hashBytesAtOffset5(input_bytes, 2, shift)